Xbasic

DotNetPath Function

Syntax

dim Result as C = DotNetPath()

Returns

ResultCharacter

The folder where the .NET Framework v4 DLL files are installed.

Description

Return the folder where the .net Framework v4 DLL files are installed.

Discussion

Returns the folder where the primary .NET Framework V4 DLL files in the System and Microsoft namespaces are installed.

Example

dim assy as DotNet::AssemblyReference
assy.filename = DotNetPath()+"System.Numerics.dll"

See Also